home *** CD-ROM | disk | FTP | other *** search
-
- DWARFDUMP DWARFDUMP
-
- NAME
- dwarfdump - dumps DWARF debug information of an ELF object
-
- SYNOPSIS
- dwarfdump [-abcdefilmoprsvy] [-t{afv}] [-uobjectfile] filename
-
- DESCRIPTION
- The dwarfdump command accepts one or more of the following options:
-
- -a Dumps all sections. Same as -bcfilmoprsy -tfv.
-
- -b Dumps the .debug_abbrev section.
-
- -c Dumps the .debug_loc section.
-
- -d Dense mode. Each die information of the .debug_info section is
- printed in one-line format. This option does not imply -i.
-
- -e Ellipsis mode. Short names for DW_TAG_* and DW_ATTR_* are used
- in the output for the .debug_info section.
-
- -f Dumps the .debug_frame section.
-
- -i Dumps the .debug_info section.
-
- -l Dumps the .debug_line information.
-
- -m Dumps the .debug_macinfo section.
-
- -o Dumps the .reloc_debug_* sections.
-
- -p Dumps the .debug_pubnames section.
-
- -r Dumps the .debug_aranges section.
-
- -s Dumps .debug_string section.
-
- -ta Same as -tfv.
-
- -tf Dumps the .debug_static_funcs section.
-
- -tv Dumps the .debug_static_vars section.
-
- -uofile
- Restricts the dumping of sections to the named object file
- only.
-
- -v Verbose mode. Shows more detailed information.
-
- -w Dumps the .debug_weaknames section.
-
- Page 1
-
- DWARFDUMP DWARFDUMP
-
- -y Dumps the .debug_types section.
-
- Page 2
-